home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / installations / amiga emulator / _setup.1 / todo.txt < prev    next >
Text File  |  1997-07-11  |  3KB  |  89 lines

  1. These are the features that I would like to add to UAE in the future.
  2. Unfortunately, my time is severely limited by the fact that I am working
  3. on my final thesis at the moment.
  4.  
  5. I hope to get most of these ideas done by the end of the year.
  6.  
  7. Feel free to email me if you have more realistic and useful suggestions.
  8.  
  9. * GUI:
  10.  
  11. Despite the excellent graphical front ends that exist for WinUAE, a GUI
  12. is mandatory for making UAE more user-friendly and to allow changing more
  13. parameters on the fly. Brian King kindly provided the excellent GUI he had
  14. designed for his own UAE port, and it will become part of UAE-Win32/DirectX
  15. after the parameter situation has stabilized and some parameters, such as
  16. the display modes, can be changed on the fly without hacking badly into
  17. custom.c.
  18.  
  19. * SMP support:
  20.  
  21. With a dual-PPro testing site having become available at Cloanto, Italy
  22. (thanks, Michael!), my motivation to experiment with separating the m68k
  23. and hardware emulations has received a major boost. However, there are
  24. numerous semantic pitfalls involved in this which are not trivial to overcome
  25. without sacrificing speed.
  26.  
  27. * bsdsocket.library emulation:
  28.  
  29. This had already been partially functional in UAE 0.6.8, but then Bernd
  30. decided to pull the plug on the call_m68k routine... Well, it's back now,
  31. but I don't have enough time to adapt my code to the new situation.
  32.  
  33. * CDROM auto-labeling:
  34.  
  35. For the moment, you have to specify the volume label of a CDROM manually in
  36. the -m option in order to ensure the CDROM can be found by the applications.
  37. It would be more convenient to automate this process and to auto-detect
  38. CDROM changes.
  39.  
  40. * Amiga hard disk support:
  41.  
  42. Some people asked for a feature that would allow them to connect their
  43. Amiga-formatted hard drives to the PC and to mount them from within UAE.
  44. I don't want to implement a virtual SCSI host adapter with RDB support, but
  45. parsing the RDB and mounting the partition (only one at a time for now)
  46. as a hardfile replacement shouldn't be too difficult.
  47.  
  48. * Picasso96 support:
  49.  
  50. Providing a Picasso96 driver for a virtual graphics card would be way cool...
  51.  
  52. * ISDN support (capi20.device):
  53.  
  54. This should be pretty trivial, but I don't see a real need for it yet.
  55.  
  56. * AHI support
  57.  
  58. This would allow UAE to play CD-quality sound, but I'm not sure if there are
  59. any Amiga applications which justify the effort (not even mpega, sorry! :-).
  60.  
  61. * confirmation dialog when quitting UAE
  62.  
  63. Oops - this is _still_ missing. :-)
  64.  
  65.  
  66. Win32-specific Bugs/Quirks
  67. ==========================
  68.  
  69. * file name mapping
  70.  
  71. The mapping routines only cover the most common cases of file names that
  72. are illegal under Windows.
  73.  
  74. * keyboard problems
  75.  
  76. PC keyboards have a key with country-dependent position (the '#' key on
  77. German keyboards, the '\' key on U.S. keyboards). Currently, only the
  78. German configuration is supported.
  79.  
  80. I have received reports from Sweden and Finland about problems with
  81. characters that require two qualifier keys to be pressed at the same
  82. time.
  83.  
  84. There are too many key combinations that trigger Windows-specific actions
  85. (Alt-F4 quits UAE, for example). I'm not sure what to do about them.
  86. No one has complained so far, so I assume they are not a big problem. :-)
  87.  
  88. [to be continued]
  89.